home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / xa / AggregateAttributeDecl$10.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  866 b   |  21 lines

  1. package com.extensibility.xa;
  2.  
  3. import com.extensibility.xml.AttributeDeclaration;
  4. import com.extensibility.xml.BaseDeclaration;
  5.  
  6. class AggregateAttributeDecl$10 implements AggregateAttributeDecl.Operation {
  7.    // $FF: synthetic field
  8.    final String val$property;
  9.    // $FF: synthetic field
  10.    final AggregateAttributeDecl this$0;
  11.  
  12.    public void performOperation(AttributeDeclaration var1) {
  13.       ((BaseDeclaration)var1).removeMetaProp(this.val$property);
  14.    }
  15.  
  16.    AggregateAttributeDecl$10(String var1, AggregateAttributeDecl var2) {
  17.       this.val$property = var1;
  18.       this.this$0 = var2;
  19.    }
  20. }
  21.